button:hover {
    transform: scale(1.05) translateY(2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}